home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / PartMaker / Forms• / Forms•.rsrc / dFRK_5055 < prev    next >
Encoding:
Text File  |  1996-08-16  |  624 b   |  35 lines

  1. //    File:        FormsStr.fr
  2. //
  3. //    Contains:    Common (Platform independent) resources for Forms part
  4. //
  5. //    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  6.  
  7. #ifndef FWRESFIL_K
  8. #include "FWResFil.k"
  9. #endif
  10.  
  11. #ifndef DEFINES_K
  12. #include "Defines.k"
  13. #endif
  14.  
  15. #ifndef FWMENUS_FR
  16. #include "FWMenus.fr"
  17. #endif
  18.  
  19. //----------------------------------------------------------------------------
  20. //    Menus
  21. //----------------------------------------------------------------------------
  22.  
  23. resource FW_RMenuBar(kMenuBar)
  24. {
  25.     {
  26.         FW_RPullDownMenu
  27.         (
  28.             "Forms"
  29.             {
  30.                 FW_RTextItem(cResetFormsCommand, '1', "Reset Forms")
  31.             }
  32.         )
  33.     }
  34. };
  35.